Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateLoginProfileResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : UpdateLoginProfileResponseUnmarshaller
리턴 UpdateLoginProfileResponseUnmarshaller
        public static UpdateLoginProfileResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new UpdateLoginProfileResponseUnmarshaller();
            }
            return instance;
        }
    
UpdateLoginProfileResponseUnmarshaller