1Net::Amazon::Request::MUusseircLCaobnetlr(i3b)uted PerlNDeotc:u:mAemnatzaotni:o:nRequest::MusicLabel(3)
2
3
4
6 Net::Amazon::Request::MusicLabel - Class for submitting MusicLabel
7 requests
8
10 use Net::Amazon;
11 use Net::Amazon::Request::MusicLabel;
12
13 my $ua = Net::Amazon->new(
14 token => 'YOUR_AMZN_TOKEN'
15 );
16
17 my $req = Net::Amazon::Request::MusicLabel->new(
18 MusicLabel => 'James Patterson'
19 );
20
21 # Response is of type Net::Amazon::Response::MusicLabel
22 my $resp = $ua->request($req);
23
25 "Net::Amazon::Request::MusicLabel" is a class used to submit MusicLabel
26 search requests to the Amazon web service.
27
28 The MusicLabel to search for is specified in the "MusicLabel"
29 parameter.
30
31 Upon success, the responses' properties() method will return a list of
32 "Net::Amazon::Property::Music" objects.
33
34 Check Net::Amazon::Request for common request parameters not listed
35 here.
36
37 METHODS
38 new( MusicLabel => $MusicLabel )
39 Constructs a new "Net::Amazon::Request::MusicLabel" object, used to
40 query the Amazon web service for items of a given MusicLabel.
41
43 Christopher Boumenot, <boumenot@gmail.com>
44
46 Copyright 2006 by Christopher Boumenot, <boumenot@gmail.com>
47
48 This library is free software; you can redistribute it and/or modify it
49 under the same terms as Perl itself.
50
51
52
53perl v5.38.0 2023-07-21Net::Amazon::Request::MusicLabel(3)