AWSSDK_DotNet35.UnitTests.Marshalling.IdentityManagementServiceMarshallingTests.UpdateLoginProfileMarshallTest C# (CSharp) 메소드

UpdateLoginProfileMarshallTest() 개인적인 메소드

private UpdateLoginProfileMarshallTest ( ) : void
리턴 void
        public void UpdateLoginProfileMarshallTest()
        {
            var operation = service_model.FindOperation("UpdateLoginProfile");

            var request = InstantiateClassGenerator.Execute<UpdateLoginProfileRequest>();
            var marshaller = new UpdateLoginProfileRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


        }
IdentityManagementServiceMarshallingTests