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

GetInstance() 공개 정적인 메소드

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